home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / wp / xe416.zip / XE.HLP < prev    next >
Text File  |  1994-08-13  |  11KB  |  419 lines

  1. HELP
  2.  
  3.  Help on Help
  4.  
  5.  Once in help (like you are now), the following commands
  6.  are available :
  7.  
  8.  F1 - Help on Help (this screen)
  9.  F2 - An ~index` (keywords) for items in the help file
  10.  F3 - Goto the previous screen (limited)
  11.  F5 - Zoom/Unzoom the help screen
  12.  
  13.  Arrow keys     - Scroll the help screen contents left,
  14.                    right, up and down
  15.  TAB / SHFT+TAB - Highlight the next/previous visible
  16.                    keyword
  17.  PAGEUP/DOWN    - Move up and down a page at a time
  18.  HOME/END       - Goto the beginning/end of the help
  19.                    info for the current item
  20.  ENTER          - Get help on a highlighted keyword
  21.  ESC            - Exits help
  22. /
  23. INDEX
  24.  
  25.   Index for heXEdit
  26.  
  27.  ~Help` on Help             ~About`
  28.  ~Command` Line Options     ~Environ`ment Variable
  29.  ~Search`                   ~Edit`ing
  30.  Search ~again`             ~Load` a new file
  31.  ~View`ing                  ~Goto` offset
  32.  ~Shellout`                 ~Mark`er stack
  33.  ~Base` conversion          Goto marked ~position`
  34.  ~Clear` marker stack       ~Retrieve` position
  35.  ~ASCII` chart              ~Colors`
  36.  
  37. /
  38. ABOUT
  39.  
  40.  heXEdit  v4.16  Robert Stuntz     8-13-94
  41.  
  42.  If you have any questions or comments I can be
  43.  reached at one of these spots :
  44.  
  45.  1. CompuServe
  46.     address : 71043,117
  47.  
  48.  2. and of course the good ole' U.S. Postal Service at
  49.  
  50.     Rob Stuntz
  51.     565 Dorothy Dr.  Apt. 1
  52.     Des Plaines, IL.  60016
  53.     U.S.A.
  54.  
  55. /
  56. VIEW
  57.  
  58.  Viewing Commands
  59.  
  60.  F1      - ~Help`
  61.  A/Alt+A - Show ~ASCII` chart
  62.  B/Alt+B - ~Base` conversion
  63.  C       - Set ~Colors` (color adapters)
  64.  D/H/O   - Display offset #'s as Dec/Hex/Oct
  65.  Alt+D   - ~Shellout` to DOS/other prog
  66.  E       - ~Edit` the file
  67.  G       - ~Goto` offset
  68.  L       - ~Load` a new file
  69.  M       - Push position on ~mark`er stack
  70.  N       - Search ~again`
  71.  R       - ~Retrieve` position from marker stack
  72.  S       - ~Search` the file
  73.  Z       - ~Clear` all entries from marker stack
  74.  Alt+1 thru Alt+9 - Goto marked ~position`
  75.  
  76.  /       - Scroll up/down 1 line
  77.  PGUP/PGDN - Scroll up/down 1 page
  78.  HOME/END  - Go to beg/end of file
  79.  ESC/Alt-X - Quit heXEdit
  80.  
  81. /
  82. ASCII
  83.  
  84.    ASCII Chart
  85.  
  86.    A / Alt+A
  87.  
  88.  ASCII chart commands
  89.  
  90.  LEFT arrow key  - go back 16 characters
  91.  RIGHT arrow key - go forward 16 characters
  92.  PAGEUP          - go back 128 characters
  93.  PAGEDOWN        - go forward 128 characters
  94.  D               - display numbers in decimal
  95.  H               - display numbers in hexadecimal
  96.  ESC or ENTER    - exits ASCII chart
  97.  
  98. /
  99. BASE
  100.  
  101.    Base Convert
  102.  
  103.    B / Alt+B
  104.  
  105.  Convert a number from either decimal, hexadecimal or
  106.  binary to the other two.
  107.  
  108.  Base convert commands
  109.  
  110.  UP/DOWN arrow keys - select the base of the input number
  111.  ENTER              - convert the number
  112.  ESC                - exit the base convert routine
  113.  
  114. /
  115. COLORS
  116.  
  117.    Set Colors
  118.  
  119.    C
  120.  
  121. Select the area you want to change the color in by
  122.  pressing a letter 'A' thru 'O'. A colorbox of all
  123.  possible colors will appear. The current color of the
  124.  item you selected will have two white bars on either
  125.  side of an 'X'. You can now move those white bars
  126.  around with the arrow keys to select a new color. With
  127.  the white bars around the color scheme you want, press
  128.  ENTER. If you change your mind and don't want to change
  129.  the color after all, press ESC.
  130.  
  131.  Color change commands
  132.  
  133.  F1        - get ~help`
  134.  A-O       - select the area you want to change
  135.  S         - save the currently selected colors to XE.EXE
  136.  ESC/ENTER - exit the color change screen
  137.  
  138. /
  139. EDIT
  140.  
  141.    Editing
  142.  
  143.    E
  144.  
  145.  Edit commands
  146.  
  147.  F1              - get ~help`
  148.  Alt+A           - displays the ~ASCII` chart
  149.  Alt+B           - ~base` number conversion
  150.  Alt+D           - ~Shellout` to DOS/other prog
  151.  
  152.  BackSpace/LEFT arrow  - move cursor left 1 byte
  153.  RIGHT arrow     - move cursor right 1 byte
  154.  PAGEUP          - move cursor to first line on page
  155.  PAGEDOWN        - move cursor to last line on page
  156.  HOME            - move cursor to beginning of line
  157.  END             - move cursor to end of line
  158.  TAB             - toggle cursor position between the
  159.         hexadecimal display and the ASCII display of the
  160.         file. The above editing commands will move the
  161.         cursor within the area the cursor is in.
  162.         You can edit the file making changes in both
  163.         areas at the same time, if so desired.
  164.  
  165.  ENTER           - quit editing. If you made changes to
  166.         whole bytes you will be prompted to save the
  167.         changes or not. Press 'Y' to save the changes or
  168.         'N' to lose the changes. Only the portion of the
  169.         file that is in memory is actually saved. So
  170.         don't worry about waiting for a long save if you
  171.         are editing a large file. You are then returned
  172.         to the View mode.
  173.  
  174.  ESC             - quit editing. If you made changes to
  175.         whole bytes you will be prompted to discard the
  176.         changes or not. Press 'Y' to discard the changes
  177.         and return to view mode, or 'N' to return to edit
  178.         mode.
  179.  
  180.  After pressing either ENTER or ESC (as above), you can
  181.  press ESC to cancel the request and return to edit mode.
  182.  
  183. /
  184. GOTO
  185.  
  186.    Goto offset
  187.  
  188.    G
  189.  
  190.  You are prompted for an offset to go to. You can enter
  191.  either a decimal number, hexadecimal number or view any
  192.  offsets in history by pressing 'H'. Preceed hexadecimal
  193.  numbers with a '$' character. If you press ESC while
  194.  entering a number you will be placed back in the ~View`
  195.  mode with no repositioning taking place. If you press
  196.  ESC while viewing history items, you will be placed back
  197.  in the input offset prompt. The BACKSPACE key can be
  198.  used to edit your entry. If you enter an offset that is
  199.  beyond the End-Of-File (or < 0) you will be prompted
  200.  again for a number.
  201.  
  202. /
  203. LOAD
  204.  
  205.    Loading files
  206.  
  207.    L
  208.  
  209.  Loadfile box commands
  210.  
  211.  UP/DOWN arrows  - move highlight bar one file at a time
  212.  PAGEUP/PAGEDOWN - move a page at a time
  213.  HOME/END        - move to beginning/end of file list
  214.  ENTER           - load the highlighted file or change
  215.                    directories or change drives
  216.  ESC             - exit without loading
  217.  
  218.  valid filename  - 'hypersearch' jumps to file or
  219.  character         directory that begins with key
  220.                    pressed
  221.  
  222.  
  223.  F5 - toggles the Archive bit
  224.  F6 - toggles the System bit
  225.  F7 - toggles the Hidden bit
  226.  F8 - toggles the Read_Only bit
  227.  
  228.  * on a subdirectory, only F7 is valid/allowed
  229.  
  230.  
  231.  Drive letters are surrounded by :
  232.      [   ]      for local, fixed device
  233.      (   )      for removeable or unknown device
  234.      {   }      for remote devices
  235.  
  236.  
  237. /
  238. MARK
  239.  
  240.    The marker stack
  241.  
  242.    M
  243.  
  244.  Your current position in the file can be saved and then
  245.  retrieved later on (with the 'R' command).
  246.  
  247. /
  248. AGAIN
  249.  
  250.    Search again
  251.  
  252.    N
  253.  
  254.  ~Search` again using the last used search string. If
  255.  there is no previous search string, you will be
  256.  prompted, as if you pressed 'S', to enter a search
  257.  string.
  258.  
  259. /
  260. RETRIEVE
  261.  
  262.    Retrieve position
  263.  
  264.    R
  265.  
  266.  While ~view`ing the file, if you do this command you
  267.  will be moved to the location specified by the top
  268.  ~mark`er stack entry. Once you have been moved to the
  269.  new location, the entry you retrieved will be deleted
  270.  from the marker stack.
  271.  
  272. /
  273. POSITION
  274.  
  275.    Goto marked position
  276.  
  277.    Alt+1 thru Alt+9
  278.  
  279.  Using these commands will move you to a previously
  280.  ~mark`ed position without deleting the mark
  281.  information. The retrieve command 'R' moves you to the
  282.  last position and deletes the mark, using Alt+1 - Alt+9
  283.  does not delete the mark. Alt+1 moves you to the first
  284.  marked postion, Alt+2 moves you to the second marked
  285.  position, etc etc.
  286.  
  287. /
  288. SEARCH
  289.  
  290.    Searching
  291.  
  292.    S
  293.  
  294.  Search the file for a byte or text sequence.
  295.  
  296.  You will be prompted for the type of search (B)yte,
  297.  (T)ext, or (H)istory.
  298.  
  299.  For a byte sequence, enter the bytes in hexadecimal
  300.  notation then press ENTER.  As with ~edit`ing, you must
  301.  enter a complete byte, for the search to work correctly,
  302.  although I don't check for that here.  You can use the
  303.  BACKSPACE key to go back and make corrections.  The
  304.  maximum length for a byte sequence is 9 bytes.
  305.  
  306.  For a text sequence, just type in the text to search
  307.  for, no quotes are needed, and press ENTER. The maximum
  308.  length for a text sequence is 25 characters. The search
  309.  is case insensitive.
  310.  
  311.  For a history item, use the UP and DOWN arrow keys to
  312.  scroll thru all items saved in history. When you've
  313.  found the item you want to search for, press ENTER.
  314.  Press ESC to go back to view mode.
  315.  
  316.  While XE is searching, you can press any key to
  317.  interrupt and stop the search.
  318.  
  319. /
  320. CLEAR
  321.  
  322.    Clear marker stack
  323.  
  324.    Z
  325.  
  326.  This command will delete all entries from the marker
  327.  stack.
  328.  
  329. /
  330. SHELLOUT
  331.  
  332.    Shellout to DOS or another program
  333.  
  334.    Alt+D
  335.  
  336.  This command will shell out to a DOS prompt or another
  337.  program.
  338.  
  339.  When this command is pressed, XE first looks for an
  340.  environment variable called XESHELL. If found, XE will
  341.  try to run the program name specified by that
  342.  environment variable.
  343.  
  344.  If XE does not find a value for XESHELL, it looks for
  345.  COMSPEC. COMSPEC is normally set to the command
  346.  processor COMMAND.COM. If neither environment
  347.  variable exists, you will receive an error message
  348.  stating so.
  349.  
  350.  If COMMAND.COM is the program shelled to, typing EXIT
  351.  will return you to heXEdit. If XESHELL is used to run a
  352.  different program, exiting that program will return you
  353.  to heXEdit.
  354.  
  355. /
  356. COMMAND
  357.  
  358.    Command Line Options
  359.  
  360.  Available command line options are as follows :
  361.  
  362.  1. /C  This option tells XE to use it's default color
  363.         set.
  364.  
  365.     /M  This option tells XE to use black and white
  366.         colors; for monochrome monitors.
  367.  
  368.  2. /? or /H  Either of these two options will display
  369.               a short message about the start-up syntax.
  370.  
  371.  3. /Lc[c[c]]
  372.  
  373.  The files and directories in the Loadfile box are sorted,
  374.  depending on the value of this option.
  375.  
  376.  c = U, D, F   N, E, S, T   A, Z
  377.  
  378.         (group 1)
  379.         U - unsorted; directory and file entries are
  380.             listed as they are read from the disk, then
  381.             list drive designators
  382.         D - put directory entries at the top of the list,
  383.             followed by files, then drive designators
  384.             (default)
  385.         F - put file entries at the top of the list,
  386.             followed by directories, then drive
  387.             designators
  388.  
  389.         (group 2)
  390.         N - sort files/dirs by name
  391.             (default)
  392.         E - sort files/dirs by extension then name
  393.         S - sort files by size, dirs by name
  394.         T - sort files/dirs by date/time
  395.  
  396.         (group 3)
  397.         A - sort files/dirs in ascending order
  398.             (default)
  399.         Z - sort files/dirs in descending order
  400.  
  401. /
  402. ENVIRON
  403.  
  404.    Environment Variable Options
  405.  
  406.    XEOPT
  407.  
  408.    All of the command line options can also be specified
  409.    thru an environment variable called 'XEOPT'. To set
  410.    the value of XEOPT, use the DOS SET command at a DOS
  411.    prompt before running XE. For example:
  412.  
  413.            SET XEOPT=/LFEA/C
  414.  
  415.    If command line options are used, they will override
  416.    environment variable options if they conflict with
  417.    each other.
  418.  /
  419.